home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / wgmmak10.zip / WGM-MAKE.DOC < prev    next >
Text File  |  1992-07-30  |  4KB  |  107 lines

  1.               WGM-MAKE v.1.0 PCBoard(tm) Directory File Maker
  2.                      Copyright (c) 1992, Wayne G. Maas
  3.  
  4.  
  5. Introduction
  6. ────────────
  7. WGM-Make is a utility for PCBoard sysops that will help in the creation
  8. of PCBoard file directories.  This utility that will read a DOS directory
  9. and create a PCBoard file directory text file.  This utility will come in
  10. real handy to add files to the BBS without having to do a local upload.
  11.  
  12.  
  13. Features
  14. ────────
  15. WGM-Make will search each compressed file for FILE_ID.DIZ or DESC.SDI
  16. description files.  If it detects one of these files, it will add the
  17. description to the directory file. If a description file is not found,
  18. an appropriate description is used.  The compression utilities that are
  19. supported in this version are ARC (PKPAK), ARJ, LZH, PAK, ZIP and ZOO.
  20.  
  21.  
  22. Running WGM-Make
  23. ────────────────
  24. To run WGM-Make, simply enter WGM-MAKE (with out any parameters) at your
  25. DOS prompt to display the help screen.  The following parameters are
  26. required for WGM-Make to execute properly.
  27.  
  28. The syntax for WGM-Make is:
  29.  
  30.     WGM-MAKE /D<path> /F<name> [/I]
  31.  
  32.  
  33.     /D<name>  This parameter is used to tell WGM-Make which directory to
  34.               create the PCBoard directory file for.  This has to be a
  35.               valid DOS directory.
  36.  
  37.     /F<name>  This parameter is used to tell WGM-Make the name of the
  38.               PCBoard directory file to create.  This has to be a valid DOS
  39.               filename and can include a drive and/or pathname.
  40.               IF A FILE EXISTS WITH THE NAME SPECIFIED, IT WILL BE DELETED!
  41.  
  42.     /I        This parameter is optional.  It tells WGM-Make not to look
  43.               into the compressed files for the description files.
  44.  
  45.     Example #1
  46.     ──────────
  47.  
  48.     WGM-MAKE /Dc:\newfiles /Fc:\pcb\gen\dirup
  49.  
  50.         This example will read the C:\NEWFILES directory and add all the files
  51.         found to a text file called C:\PCB\GEN\DIRUP.  This will also look in
  52.         all the compressed files and add the description file if found.
  53.  
  54.     Example #2
  55.     ──────────
  56.  
  57.     WGM-MAKE /Dc:\newfiles /Fc:\pcb\gen\dirup /I
  58.  
  59.         This example will read the C:\NEWFILES directory and add all the files
  60.         found to a text file called C:\PCB\GEN\DIRUP.  This example will tell
  61.         WGM-Make not to look for the description files.
  62.  
  63.  
  64. Registration Fee
  65. ────────────────
  66. There is none.  This is being released as FREEWARE.
  67.  
  68.  
  69. Support
  70. ───────
  71. Support for this program as well as all the other WGM utilities are
  72. supported on Innovative Computer Services.  The number is (516)
  73. 226-3727.  All questions will be answered in conference #84 (WGM
  74. Software Support).  If you are expierencing any problems, you can reach
  75. me there.  I will NOT accept any voice calls so please use the support
  76. BBS.
  77.  
  78.  
  79. Other WGM Utilities
  80. ───────────────────
  81.  
  82.   WGM-DMS   PCBoard Directory Manipulation System.
  83.             Create directory headers, conference DIR files, bulletins and
  84.             master file listings.  A must for every sysop.
  85.  
  86.   WGM-CASE  PCBoard File Directory Case Converter.
  87.             Convert text in PCBoard file directories to several formats.
  88.  
  89.   WGM-SORT  PCBoard DIR.LST File Sorter
  90.             Sorts PCBoard DIR.LST files so your download directories are
  91.             in sorted order.
  92.  
  93.   WGM-CNFN  PCBoard CNFN File Generator
  94.             This utility is a must for any sysop who maintains mail networks
  95.             on their system.  If you are constantly move/adding/deleting
  96.             conferences, this will take the pain away from creating a new
  97.             CNFN file everytime.
  98.  
  99.  
  100. Revision History
  101. ────────────────
  102.  
  103. v.1.0   July 30, 1992 - Inital release.
  104.  
  105.  
  106.  
  107.